home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / Cairo.pod < prev    next >
Text File  |  2009-05-09  |  2KB  |  197 lines

  1. =head1 NAME
  2.  
  3. Pango::Cairo - Pango rendering with the Cairo backend
  4.  
  5. =cut
  6.  
  7. =for position DESCRIPTION
  8. I<Pango::Cairo> contains a few functions that help integrate pango and
  9. cairo.  Since they aren't methods of a particular object, they are bound as
  10. plain functions.
  11. =cut
  12.  
  13.  
  14.  
  15. =for object Pango::Cairo - Pango rendering with the Cairo backend
  16.  
  17. =cut
  18.  
  19.  
  20.  
  21.  
  22. =head1 METHODS
  23.  
  24. =head2 layout = Pango::Cairo::create_layout ($cr)
  25.  
  26. =over
  27.  
  28. =item * $cr (Cairo::Context) 
  29.  
  30. =back
  31.  
  32.  
  33.  
  34. =head2 Pango::Cairo::error_underline_path ($cr, $x, $y, $width, $height)
  35.  
  36. =over
  37.  
  38. =item * $cr (Cairo::Context) 
  39.  
  40. =item * $x (double) 
  41.  
  42. =item * $y (double) 
  43.  
  44. =item * $width (double) 
  45.  
  46. =item * $height (double) 
  47.  
  48. =back
  49.  
  50.  
  51.  
  52. Since: pango 1.14
  53.  
  54. =head2 Pango::Cairo::glyph_string_path ($cr, $font, $glyphs)
  55.  
  56. =over
  57.  
  58. =item * $cr (Cairo::Context) 
  59.  
  60. =item * $font (Pango::Font) 
  61.  
  62. =item * $glyphs (Pango::GlyphString) 
  63.  
  64. =back
  65.  
  66.  
  67.  
  68. =head2 Pango::Cairo::layout_line_path ($cr, $line)
  69.  
  70. =over
  71.  
  72. =item * $cr (Cairo::Context) 
  73.  
  74. =item * $line (Pango::LayoutLine) 
  75.  
  76. =back
  77.  
  78.  
  79.  
  80. =head2 Pango::Cairo::layout_path ($cr, $layout)
  81.  
  82. =over
  83.  
  84. =item * $cr (Cairo::Context) 
  85.  
  86. =item * $layout (Pango::Layout) 
  87.  
  88. =back
  89.  
  90.  
  91.  
  92. =head2 Pango::Cairo::show_error_underline ($cr, $x, $y, $width, $height)
  93.  
  94. =over
  95.  
  96. =item * $cr (Cairo::Context) 
  97.  
  98. =item * $x (double) 
  99.  
  100. =item * $y (double) 
  101.  
  102. =item * $width (double) 
  103.  
  104. =item * $height (double) 
  105.  
  106. =back
  107.  
  108.  
  109.  
  110. Since: pango 1.14
  111.  
  112. =head2 Pango::Cairo::show_glyph_string ($cr, $font, $glyphs)
  113.  
  114. =over
  115.  
  116. =item * $cr (Cairo::Context) 
  117.  
  118. =item * $font (Pango::Font) 
  119.  
  120. =item * $glyphs (Pango::GlyphString) 
  121.  
  122. =back
  123.  
  124.  
  125.  
  126. =head2 Pango::Cairo::show_layout ($cr, $layout)
  127.  
  128. =over
  129.  
  130. =item * $cr (Cairo::Context) 
  131.  
  132. =item * $layout (Pango::Layout) 
  133.  
  134. =back
  135.  
  136.  
  137.  
  138. =head2 Pango::Cairo::show_layout_line ($cr, $line)
  139.  
  140. =over
  141.  
  142. =item * $cr (Cairo::Context) 
  143.  
  144. =item * $line (Pango::LayoutLine) 
  145.  
  146. =back
  147.  
  148.  
  149.  
  150. =head2 Pango::Cairo::update_context ($cr, $context)
  151.  
  152. =over
  153.  
  154. =item * $cr (Cairo::Context) 
  155.  
  156. =item * $context (Pango::Context) 
  157.  
  158. =back
  159.  
  160.  
  161.  
  162. =head2 Pango::Cairo::update_layout ($cr, $layout)
  163.  
  164. =over
  165.  
  166. =item * $cr (Cairo::Context) 
  167.  
  168. =item * $layout (Pango::Layout) 
  169.  
  170. =back
  171.  
  172.  
  173.  
  174.  
  175.  
  176. =cut
  177.  
  178.  
  179. =head1 SEE ALSO
  180.  
  181. L<Pango>
  182.  
  183.  
  184. =cut
  185.  
  186.  
  187. =head1 COPYRIGHT
  188.  
  189. Copyright (C) 2003-2008 by the gtk2-perl team.
  190.  
  191. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  192.  
  193.  
  194.  
  195. =cut
  196.  
  197.